home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / DPMITYPE.H < prev    next >
Text File  |  1994-05-27  |  147b  |  6 lines

  1. typedef unsigned char    BYTE;
  2. typedef unsigned short    WORD;
  3. typedef unsigned long    DWORD;
  4. typedef unsigned int    UINT;
  5. typedef unsigned long    ULONG;
  6.